#!/bin/bash

cat $1 | grep '^#include' | grep '"' | sed 's/#include\([ ]*\)\"\([A-Za-z0-9_]*\).\([a-z]*\)\"/\2/g' | sort
